projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
975d21e
)
(find-file-noselect): Set buffer-file-coding-system
author
Karl Heuer
<kwzh@gnu.org>
Tue, 14 Apr 1998 18:42:32 +0000
(18:42 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 14 Apr 1998 18:42:32 +0000
(18:42 +0000)
if RAWFILE.
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 439b2c03829afb3f1bc7bb84f5a025e7bd8f1017..9021d8930348a540194732e4bfc3fdae94650c51 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-963,6
+963,7
@@
Optional second arg RAWFILE non-nil means the file is read literally."
(if rawfile
(progn
(set-buffer-multibyte nil)
+ (setq buffer-file-coding-system 'no-conversion)
(make-local-variable 'find-file-literally)
(setq find-file-literally t))
(after-find-file error (not nowarn))